You could do System: 0 < array.at(1) < 3
Actually I'll have to remember to use this more often myself. I know it's really meant for decimal values but it's a nice shortcut.
BTW you could merge lines 2, 3, 4 into one line and 5, 6, 7 into one line as well.