Functionsutils$isSafeIntegerOn this page$isSafeInteger Usage Checks if the given input is a safe integer. Parameters FieldDescriptionnumberThe input to validate Example <AoiClient>.addCommand({ name: "issafeinteger", code: `$replyMessage[$isSafeInteger[number]]`,});