Mark S. Miller (2013-07-12T17:19:59.000Z)
domenic at domenicdenicola.com (2013-07-15T22:44:27.388Z)
No. Even if `toInteger` meant "no fractional component", I would still expect it only to return `true` if there is some specific mathematical integer that the JS number can be said to exactly represent. For the same reason, I think `isInteger(-0)` should be `true` and `isInteger(NaN)` should be `false`.