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