How to denote that a set $S$ contains all the numbers of a discrete interval interval $I$?
For example: be $I = [0, 3]$, thus $S = \{ 0, 1, 2, 3 \}$.
The best I came up with is $S = \{ \min(I), ..., \max(I) \}$, but I think $\min/\max$ are pretty non-standard for this.
The usual notation for $\{a,a+1,\dots, b\}$ is $[[a,b]]$, although it's not really all that common and I almost always have to explain what it is in real life.
In your particular case you may want to use $S=I\cap \mathbb Z$