StrIsInt

bool StrIsInt(str s)

Description

Returns true if the string can be correctly parsed using atoi (overflows count as success).