Test de bash si la variable est un nombre

[[ $1 == ?(-)+([0-9]) ]] && echo "$1 is an integer"
Classy Answer