I assume you mean a consecutive integer sequence in the problem. Consecutive integers 'MUST' be an increasing sequence unless mentioned otherwise. The GMAT version is as below:
"The numbers - 2, - 1, 0, 1, 2, 3, 4, 5 are consecutive integers. Consecutive integers can be represented by n,n+1,n+2,n+3,...,where n is an integer.The numbers 0,2,4,6,8 are consecutive even integers, and 1, 3 , 5 , 7 , 9 are consecutive integers . Consecutive even integers can be represented by 2 n , 2 n + 2 , 2 n + 4 , . . . , and consecutive odd integers can be represented by 2n + 1, 2n + 3, 2n + 5, .. ., where n is an integer. "
Going by this stated version along with the lack of any qualified statement on the sequence in the problem statement, the sequence has to be increasing in nature.
Now, if my assumption is wrong and you don't mean a sequence of consecutive integers, the other possibility could be that they are just a set of consecutive integers arranged in a pattern. Since the pattern is not mentioned, there can be umpteen number of possible sequencing even while satisfying the other given conditions in the problem. For example:
The sequence could be defined by a very crude function as:
A(n) = 23, if n=1;
A(n) = 27, if n=2;
A(n) = 21, if n=3;
So, the last term ('not the min or max') could be any odd number between 21 and 43 (with only a few exclusions).
Please do let me know if I am horribly wrong anywhere in my reasoning.