isInteger

Check if str is an integer

Return

if str is an integer (e.g. "1234" = true, "hello" = false)

Parameters

str

str to check