isInteger

Checks if a given string represents an integer.

Return

True if the string is an integer, false otherwise.

Parameters

s

The string to check.