Returns whether the given value is an integer
Optional
The number value to check
whether the given value is an integer
David Hsing
isInteger(1); // true Copy
isInteger(1); // true
Returns whether the given value is an integer