Javascript Array int()
int()
Array.prototype.int = function (){ return this.filter(function (x) { return typeof x == 'number' && x == ~~x }); }